/* ファーストビュー スマホ調整 */
@media (max-width: 767.98px) {
  .u-top-mv {
    display: block !important;
  }

  .u-top-mv .tmpl_01_kv_slide {
    min-height: 440px;
    align-items: flex-start !important;
    overflow: hidden;
  }

  .u-top-mv .tmpl_01_kv_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
  }

  .u-top-mv .container {
    position: relative;
    z-index: 2;
    margin-left: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 48px;
  }

  .u-top-mv .row {
    align-items: flex-start !important;
  }

  .u-top-mv .col-12 {
    padding: 0 12px !important;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .u-top-mv .dlb_title-h2 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 14px !important;
  }

  .u-top-mv .col-12 p.mb-5 {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0 !important;
  }

  .u-top-mv .swiper-pagination {
    bottom: 18px;
  }
}